SQL query
What would this query return?
SELECT * FROM Items WHERE OrderDate >= Date('Now')
All items in the database
Items that were ordered yesterday
Items that were ordered today
Nothing
If you need to refresh your SQL knowledge, check out this cheat sheet that covers most of the SQL statements that will be used in this course here
Also W3Schools offers a great tutorial that could also help you get started.
Next Concept